Shane Caraveo
0f025f923f
Bug 779686 - implement docked chat content areas, r=felipe
2012-08-20 17:52:26 -07:00
Ed Morley
3b5a917743
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-14 13:52:25 +01:00
Dão Gottwald
07010e3a2b
Bug 782375 - pageShowEventHandlers should check event.target rather than event.originalTarget. r=gavin
2012-08-13 22:39:50 +02:00
Tim Taubert
b24eb4f102
Bug 753448 - Part 2 - Integrate the new tab preloader; r=jaws
2012-08-13 09:34:10 -07:00
Blair McBride
06c5087df8
Bug 779680 - about:neterror's GoOnline() should be invoked from events, not nsDOMWindowUtils. r=bz,dolske
2012-08-10 15:43:54 +12:00
Tim Taubert
8ded47615f
Bug 779618 - [Page Thumbnails] make tabbrowser use the thumbnail service; r=jaws
2012-08-09 08:46:17 +02:00
Devdatta Akhawe
dc71ddb079
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
2012-08-02 18:51:17 -07:00
OHZEKI Tetsuharu
820474339a
Bug 778392. Use handleEvent() for BrowserOnClick in order to refactor its code to split it into sane functions. r=felipe
2012-07-31 09:54:51 -07:00
Justin Dolske
2e2609da8a
Bug 778855 - Fix Talos Ts regression by returning to late Safe Browsing initialization. r=gavin
2012-07-30 22:54:56 -07:00
Neil Deakin
630e7dba07
Bug 752486, don't check open state when closing form submit popup, r=dao
2012-07-30 20:43:29 -04:00
Justin Dolske
f3b2a380b5
Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp
2012-07-27 23:25:11 -07:00
Dão Gottwald
2428ccdd70
Bug 776773 - put tabs in the title bar before updating the tab strip. r=ttaubert
2012-07-26 15:27:32 +02:00
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