Commit Graph

195 Commits

Author SHA1 Message Date
Marco Bonardo
d2aac09c42 Bug 814264 - Restore the ability to call openUILink without an event parameter.
r=gavin
2012-11-27 17:06:17 +01:00
Theo Chevalier
7f379b8e3c Bug 741738 - Count impressions for each doorhanger notification type
r=mak
2012-10-11 11:48:33 +02:00
David Keeler
78d9c0af12 Bug 793338 - Implement blocklist click-to-play plugin notification popup UI. r=jaws 2012-09-29 19:32:34 -07:00
David Keeler
11a130374d Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich 2012-08-28 09:23:10 -07:00
Jared Wein
439329e501 Bug 794520 - Replace string.contains with string.endsWith in formatValue. r=dao 2012-09-26 10:14:56 -07:00
Yosy
30c966d339 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Benjamin Peterson
25758be060 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
d78b3767d6 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
Jared Wein
5672eb81ee Bug 781588 - [Perf] Refactor formatValue to increase performance by 40%. r=felipe
Removed a couple of regular expressions from formatValue and replace them with simple string manipulation.

The property access of this.editor was taking 5% of the formatValue function. Switching it to a field removes this extra overhead.
2012-09-21 16:03:23 -07:00
Ryan VanderMeulen
580ea65257 Backout 1b195e9c5f9d (bug 741738) due to mochitest failures. 2012-09-16 19:18:13 -04:00
Theo Chevalier
a663006ef6 Bug 741738 - Count impressions for each doorhanger notification type, r=mak 2012-09-16 23:38:57 +02:00
Theo Chevalier
0d8030961a Backed out changeset 52b90ba3a2c5 2012-09-16 23:13:13 +02:00
Theo Chevalier
80bd444811 Bug 716643 - Sync promotion in add-on installed doorhanger, r=mak 2012-09-16 00:06:34 +02:00
Theo Chevalier
65d21eb56e Bug 741738 - Count impressions for each doorhanger notification type, r=mak 2012-09-16 00:06:31 +02:00
Theo Chevalier
6940a21da4 Backing out 107165:7bb5f1ebb833 and 107164:ee6470d54349 s/computers/devices 2012-09-15 23:59:33 +02:00
Theo Chevalier
642223d4f8 Bug 716643 - Sync promotion in add-on installed doorhanger, r=mak 2012-09-15 22:59:30 +02:00
Theo Chevalier
a5426f9f1d Bug 741738 - Count impressions for each doorhanger notification type, r=mak 2012-09-15 22:59:28 +02:00
Amod
6456695447 Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 22:58:23 +02:00
Ehsan Akhgari
6eae85d8ab Backed out changeset 9c6782197172 (bug 783025) because of test failures 2012-09-08 16:56:04 -04:00
Amod
16b7060d93 Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 21:26:25 +02:00
Dão Gottwald
3ed67646ef Bug 787275 - Location bar tooltip shows shortened URL when full location bar address is not visible. r=Unfocused
--HG--
extra : rebase_source : 495475dd10208f2eca49bb327faac131d44a103c
2012-09-05 17:43:19 +02:00
Dão Gottwald
e537003171 Bug 783614 - Cutting a sub string from the location bar value can unexpectedly modify the value further. r=Unfocused 2012-08-21 09:56:59 +02:00
Matthew Noorenberghe
2e1addbc7c Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
--HG--
extra : rebase_source : 8785a377e88b11f59ec00d44b58e6c21fce576a7
2012-06-12 18:16:00 -07:00
Dão Gottwald
349bb6776c merge backout 2012-07-14 17:33:03 +02:00
Dão Gottwald
1cc8b715f6 Backed out changeset 7a8975c9206b 2012-07-14 17:32:39 +02:00
Ehsan Akhgari
ea6f5beac9 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
db8de764c1 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Andrew Hurle
ed97eefe40 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
a95b6edeea 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
81d71fde1a Bug 742441 - Cannot drag URL from location bar to desktop. r=ttaubert 2012-05-29 12:27:06 -07:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Neil Rashbrook
7185e77cef 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
237b5a24af 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
c1a836106d Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
2012-01-19 12:31:27 +01:00
Dão Gottwald
5663e5118a 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
a4d82cb9bf 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
930a4a80fb Bug 711291 - Add support for icon URL option to PopupNotifications.show. r=gavin 2011-12-18 04:01:59 +01:00
Masatoshi Kimura
f45de5008b Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Masatoshi Kimura
a35f669d5b 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