Commit Graph

1232 Commits

Author SHA1 Message Date
David Keeler
12645e6e65 bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride 2012-07-11 08:56:34 -07:00
Raymond Lee
45c93c6b02 Bug 729867 - There is no way to pop up confirmation dialogs when the last private browsing window is being closed r=ttaubert 2012-07-05 16:30:59 +08:00
Joe Walker
a9d4925673 Bug 769186 - [devtb] Decide on a key sequence for the developer toolbar; r=dcamp 2012-07-10 23:04:44 +01:00
Paul Rouget
5fae1ad87e Bug 771199 - [devtb] remove the Style Editor from the developer toolbar. r=dao 2012-07-09 14:32:20 +02:00
Ehsan Akhgari
3d1daaa43b Merge the last green PGO changeset from mozilla-inbound to mozilla-central 2012-07-06 10:45:06 -04:00
Joe Walker
4a28c528ab Bug 769672 - GCLI shouldn't grab focus on startup; r=dcamp 2012-07-05 21:47:45 +01:00
Dão Gottwald
fefd91b37c Bug 767840 - Let middleMousePaste call openUILink instead of whereToOpenLink and openUILinkIn. r=gavin 2012-07-03 17:02:29 +02:00
Ehsan Akhgari
95bff41fbe Update the comment on gPrivateBrowsingUI.privateWindow (no bug, DONTBUILD) 2012-07-03 10:31:23 -04:00
Ehsan Akhgari
07bb867511 Bug 767835 - Avoid using about:privatebrowsing as the new tab URL when permanent private browsing has been turned on; r=ttaubert 2012-06-25 13:00:32 -04:00
Jared Wein
6834568fc4 Bug 506172 - Going to malware site with redirect causes infobar to disappear. r=MattN 2012-07-05 17:56:46 -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
Paul Rouget
24e92e67a9 Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar; r=dao,jwalker,cedricv 2012-06-25 11:37:16 +02:00
Dão Gottwald
2fccf8b311 Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin 2012-06-24 22:30:59 +02:00
Ryan VanderMeulen
8ead15b2fe Backout e8a507a0a1a8 (bug 767813) due to mochitest-browser-chrome orange. 2012-06-24 16:27:20 -04:00
Dão Gottwald
9ccea67b7f Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin 2012-06-24 19:44:04 +02:00
Saurabh Anand
f28d039c54 Bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode; r=ttaubert 2012-06-21 03:13:19 +05:30
Paul Rouget
99d1dce1ed Bug 766535 - [devtb] this.DeveloperToolbar is undefined when starting Firefox with toolbar previously visible. r=dao 2012-06-20 15:54:39 +02:00
Paul Rouget
f288f3e37f Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker 2012-06-15 15:55:33 +02:00
Ryan VanderMeulen
dd68fb6231 Merge inbound to m-c. 2012-06-16 09:38:43 -04:00
Tim Taubert
fd5ba085cb merge m-c to fx-team 2012-06-16 12:36:20 +02:00
Tim Taubert
cf4a809fa0 Bug 764931 - Don't use about:newtab for nsBrowserAccess; r=gavin 2012-06-14 20:29:31 +02:00
Ryan VanderMeulen
891e38e528 Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
f497d31a0a Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Saurabh Anand
ac4a2071ec Bug 763111 - Use gBrowser.docShell for brevity in bug 748477. r=dao 2012-06-09 05:52:24 +05:30
Ryan VanderMeulen
53d33c67b1 Merge m-c to inbound 2012-06-09 14:22:32 -04:00
Tim Taubert
59348843cd merge m-c to fx-team 2012-06-09 17:34:20 +02:00
Panos Astithas
94523ccfb7 Bug 762403 - Disable the chrome debugger menu item until it's ready; r=dcamp,dtownsend 2012-06-08 10:01:19 +03:00
Saurabh Anand
ae364922c7 Bug 748477 - Switch chrome privateWindow getter to check currentTab and remove setter; r=ehsan 2012-06-08 07:11:40 +05:30
Alice0775 White
3a82d14a97 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-06-13 15:44:28 -07:00
Dão Gottwald
f2cdb65455 Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
Dão Gottwald
fa959fba8e Bug 759754 - With toolbar.customization.usesheet=true, the customization document stays alive after closing the sheet. r=ttaubert 2012-06-06 13:00:49 +02:00
Justin Dolske
120fee1dce Bug 731926 - Refactor init/shutdown functions in browser.js (minor cleanup while I'm here). r=gavin 2012-06-15 12:09:48 -07:00
Justin Dolske
82697e4eb7 Bug 731926 - Refactor init/shutdown functions in browser.js (eliminate getWebNavigation usage). r=gavin 2012-06-15 12:09:48 -07:00
Justin Dolske
4085f86cae Bug 731926 - Refactor init/shutdown functions in browser.js (trivial inlining of prepareForStartup). r=gavin 2012-06-15 12:09:48 -07:00
Justin Dolske
66bad5405c Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin 2012-06-15 12:09:48 -07:00
Justin Dolske
f9979478cb Bug 731926 - Refactor init/shutdown functions in browser.js (objectify methods, indent, and add legacy globals.). r=gavin 2012-06-15 12:09:47 -07:00
Justin Dolske
9cca843146 Bug 731926 - Refactor init/shutdown functions in browser.js (trivial move of HandleAppCommandEvent). r=gavin 2012-06-15 12:09:47 -07:00
Jonathan Wilde
d261a261aa Bug 763033 - Keep url bar blank on about:home. r=fryn ui-r=limi 2012-06-08 14:31:44 -07:00
Ehsan Akhgari
7b7a3556e8 Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Paul Rouget
c896bc3e9c Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin 2012-06-01 14:53:58 +02:00
Justin Dolske
56851cbbcf Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (FullScreen). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
4871fb6c14 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Addons). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
54539bad92 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Feeds). r=gavin 2012-05-31 23:26:00 -07:00
Justin Dolske
d300e5a146 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Plugins). r=gavin 2012-05-31 23:26:00 -07:00
Jared Wein
271245ddc4 Bug 667586 - Clear identity block when typing a different URL into location bar. r=dao,fryn 2012-05-27 15:29:07 -07:00
Chris Pearce
e8413228ba Bug 756993 - Reset fullscreen approval UI each time fullscren is entered. r=dao 2012-05-24 13:58:59 +12:00
Dão Gottwald
df8f842be9 Bug 755646 - Hide UI for toggling tabs on top unless the user disabled tabs on top. r=dolske 2012-05-24 02:03:56 +02:00
Chris Pearce
0360502a18 Bug 753546 Part 2 - Don't allow fullscreen approval decision to be remembered for document's whose URI doesn't have a host. r=dao 2012-05-22 08:43:36 +12:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ehsan Akhgari
38021da8db Bug 749187 - Ensure new tabs and windows opened in private browsing mode have docshells set accordingly; r=gavin 2012-04-26 14:35:19 -04:00