Paul Rouget
e0c39c039c
Bug 776254 - Keyboard Shortcut Ctrl+Shift+J (Open Error Console) does not work in 21 July Nightly build. r=dao
2012-07-23 12:00:06 -07:00
Tim Taubert
ef43db4ffc
Bug 728426 - Opening and then closing bookmarks sidebar keeps the bookmarksPanel.xul and/or history-panel.xul document alive; r=dao
2012-07-21 19:37:56 +02:00
Paul Rouget
76a68334ce
Bug 765564 - [devtb] Add a DevTools menu to the developer toolbar. r=dao
2012-07-13 11:32:09 +02:00
Jared Wein
9cbacb21ea
Bug 765874 - Implement recommend/share button, r=gavin
2012-07-11 18:31:19 -07:00
David Keeler
61fda60518
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
2012-07-11 08:56:34 -07:00
Raymond Lee
ff5c20eb94
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
e02cd12bed
Bug 769186 - [devtb] Decide on a key sequence for the developer toolbar; r=dcamp
2012-07-10 23:04:44 +01:00
Paul Rouget
a9193d7ec7
Bug 771199 - [devtb] remove the Style Editor from the developer toolbar. r=dao
2012-07-09 14:32:20 +02:00
Ehsan Akhgari
1dbffe2409
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-07-06 10:45:06 -04:00
Joe Walker
57aaa10539
Bug 769672 - GCLI shouldn't grab focus on startup; r=dcamp
2012-07-05 21:47:45 +01:00
Dão Gottwald
486777b187
Bug 767840 - Let middleMousePaste call openUILink instead of whereToOpenLink and openUILinkIn. r=gavin
2012-07-03 17:02:29 +02:00
Ehsan Akhgari
84173d8f62
Update the comment on gPrivateBrowsingUI.privateWindow (no bug, DONTBUILD)
2012-07-03 10:31:23 -04:00
Ehsan Akhgari
93a11f4a13
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
916cb742dc
Bug 506172 - Going to malware site with redirect causes infobar to disappear. r=MattN
2012-07-05 17:56:46 -07:00
Ehsan Akhgari
f4bd388765
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
73acbe001f
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
19bdfec884
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
fb1dd2fa50
Backout e8a507a0a1a8 (bug 767813) due to mochitest-browser-chrome orange.
2012-06-24 16:27:20 -04:00
Dão Gottwald
ea1682e817
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
d277efda67
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
89c8c48356
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
13851516cb
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
b1d9598c47
Merge inbound to m-c.
2012-06-16 09:38:43 -04:00
Tim Taubert
f975e8898f
merge m-c to fx-team
2012-06-16 12:36:20 +02:00
Tim Taubert
63bfdcea39
Bug 764931 - Don't use about:newtab for nsBrowserAccess; r=gavin
2012-06-14 20:29:31 +02:00
Ryan VanderMeulen
4c71ae6d9a
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
202bd53a55
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Saurabh Anand
9982729ae3
Bug 763111 - Use gBrowser.docShell for brevity in bug 748477. r=dao
2012-06-09 05:52:24 +05:30
Ryan VanderMeulen
0edd4c2eb9
Merge m-c to inbound
2012-06-09 14:22:32 -04:00
Tim Taubert
dce60aba9f
merge m-c to fx-team
2012-06-09 17:34:20 +02:00
Panos Astithas
e7185f6954
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
797d4f17f7
Bug 748477 - Switch chrome privateWindow getter to check currentTab and remove setter; r=ehsan
2012-06-08 07:11:40 +05:30
Alice0775 White
edd718f4a6
Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin
2012-06-13 15:44:28 -07:00
Dão Gottwald
ec86d066a8
Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert
2012-06-06 13:01:19 +02:00
Dão Gottwald
c551d6e96f
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
382cd9e3ae
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
1183774ace
Bug 731926 - Refactor init/shutdown functions in browser.js (eliminate getWebNavigation usage). r=gavin
2012-06-15 12:09:48 -07:00
Justin Dolske
a9803c52aa
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
d669b8dc62
Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin
2012-06-15 12:09:48 -07:00
Justin Dolske
ed02aa60e0
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
6a63cd1fbb
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
2b9f33e9dd
Bug 763033 - Keep url bar blank on about:home. r=fryn ui-r=limi
2012-06-08 14:31:44 -07:00
Ehsan Akhgari
d6681f952f
Merge the last green changeset of mozilla-inbound to mozilla-central
2012-06-02 14:39:47 -04:00
Paul Rouget
9caeb5664c
Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin
2012-06-01 14:53:58 +02:00
Justin Dolske
504f0239d6
Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (FullScreen). r=gavin
2012-05-31 23:26:00 -07:00
Justin Dolske
04c720d5e9
Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Addons). r=gavin
2012-05-31 23:26:00 -07:00
Justin Dolske
79585cb747
Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Feeds). r=gavin
2012-05-31 23:26:00 -07:00
Justin Dolske
7c8b88901c
Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Plugins). r=gavin
2012-05-31 23:26:00 -07:00
Jared Wein
fb92bd851e
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
fe8896ed48
Bug 756993 - Reset fullscreen approval UI each time fullscren is entered. r=dao
2012-05-24 13:58:59 +12:00