Commit Graph

1107 Commits

Author SHA1 Message Date
Josh Matthews
3847d4e353 Backed out changeset 5840a8b5cc21 (bug 825060) 2012-12-27 20:44:22 -05:00
Josh Matthews
908e4eea3a Backed out changeset cce44d592e67 (bug 822848) 2012-12-27 20:44:20 -05:00
Marco Bonardo
1926b68803 Bug 822848 - hide the detailsPane for the new downloads view.
r=Mano
2012-12-28 00:54:51 +01:00
Marco Bonardo
5a4f61c4b8 Bug 825060 - Enable the new Library Downloads view by default when the panel is enabled.
r=mconley
2012-12-28 00:54:48 +01:00
Asaf Romano
0eb07985fe Bug 824240 - Make the Downloads View Seamonkey-friendly. r=mak 2012-12-27 16:50:56 +02:00
Ehsan Akhgari
50712d8d45 Bug 823580 - Remove PlacesUIUtils.privateBrowsing usages in per-window PB builds; r=jdm
--HG--
extra : rebase_source : 4b6e55e3da4f57411cf2c3b996adad16ab22d228
2012-12-20 12:41:52 -05:00
Asaf Romano
5da9aab5a7 Bug 815352 (part 1) - Move the Library downloads view to an overlay in browser/downloads.
r=mak

--HG--
rename : browser/components/places/content/downloadsView.js => browser/components/downloads/content/allDownloadsViewOverlay.js
rename : browser/components/places/content/download.css => browser/components/downloads/content/download.css
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/winstripe/downloads/allDownloadsViewOverlay.css
2012-12-20 12:03:11 +01:00
Asaf Romano
929aa65919 Bug 822343 - Downloads view takes far too long to render. Step 1 - fix some trivial stuff (use document fragments and resue nsiuri objects). This alone has somewhat limited impact on performance. r=mak 2012-12-19 07:18:56 +00:00
Marco Bonardo
bd8d9ac107 Bug 822692 - Downloads titles are often empty in the Library view.
r=mconley
2012-12-18 18:02:05 +01:00
Asaf Romano
e6847d3abf Bug 675902 - Follow up patch: Don't reload the download views multiple times when it's loaded. r=mak 2012-12-17 19:21:55 +00:00
Marco Bonardo
034a583dbc Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.
r=dao
2012-12-17 15:13:52 +01:00
Mike Conley
4c87729070 Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak. 2012-12-14 12:51:52 -05:00
Asaf Romano
6ef57d171e Relanding Bug 675902 - New Downloads view for Places Library. r=mak. Test fix contributed by Mike Conley (r=me). The new view is still disabled. 2012-12-17 07:38:53 +00:00
Boris Zbarsky
d1c362908b Back out bug 675902 (rev 627a842914d0) from CLOSED TREE because it fails browser-chrome tests. 2012-12-14 16:48:49 -05:00
Boris Zbarsky
0bb04dc300 Back out bug 817006 (rev 0852e5efadac) because it depends on a patch I'm about to back out for test failures. 2012-12-14 16:46:51 -05:00
Mike Conley
7513809c0c Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak. 2012-12-14 12:51:52 -05:00
Asaf Romano
6172e1aa17 Bug 675902 - Implement the new Downloads view for the places Library window; r=mak 2012-12-14 12:32:20 -05:00
Gregory Szorc
edbe265106 Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo 2012-12-11 10:53:24 -08:00
Paolo Amadini
ecf49e6b46 Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
Seth Fowler
c42d3467d8 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Josh Matthews
c78cb042e7 Bug 812828 - If there's no active window when opening targets in tabs, assume we don't want private browsing. r=mak 2012-11-19 16:40:32 +00:00
Marco Bonardo
eeb0141355 Bug 773982 - Always show hidden entries when searching history.
r=mano
2012-11-15 12:33:06 +01:00
Josh Matthews
71845a70ae Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin 2012-02-18 01:40:10 -05:00
Paolo Amadini
ddc3904565 Bug 775495 - Replace waitForClearHistory and waitForAsyncUpdates with versions that return promises, and remove waitForFrecency. r=mak 2012-11-11 14:01:49 +01:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Johan Charlez
e48adcdbb9 Bug 750544 - Remove the scope bar from the Library window. r=mano. 2012-10-30 19:36:16 +02:00
Andres Hernandez
59031ba05a Bug 722987 - Places UI makes decisions based on global Private Browsing state; r=ehsan 2012-10-24 14:04:38 -06:00
David Zbarsky
fc6f3c9e95 Bug 797419 - Fix strict mode warnings in controller.js r=mak 2012-10-10 15:20:39 -04:00
Ehsan Akhgari
8f596b4339 Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm
--HG--
rename : browser/components/privatebrowsing/src/ClearRecentHistory.jsm => browser/components/privatebrowsing/src/ForgetAboutSite.jsm
2012-10-08 11:55:41 -04:00
Ehsan Akhgari
803b082135 Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm 2012-10-03 11:29:10 -04:00
OHZEKI Tetsuharu
6db103f0f7 Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak 2012-10-03 18:19:23 -04:00
Dão Gottwald
6ac8d487f8 Bug 783273 - Work around doGetPlacesControllerForCommand being called while the browser window is already closed (fixes intermittently failing browser_350525.js and browser_bug734076.js). r=mak 2012-10-03 12:23:05 +02: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
Andres Hernandez
fecdfd5725 Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy 2012-09-19 17:21:38 -06:00
Andres Hernandez
13b53f0578 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Dão Gottwald
0cc3bef81d Bug 776271 - Don't focus the content area when closing a places context menu. r=mano 2012-07-31 02:16:08 +02:00
Asaf Romano
f7516af9b1 Bug 760940 - Bookmarks and history menus behave incorrectly due to non-node weak map keys. r=mak 2012-07-24 17:20:57 +03:00
Ekanan Ketunuti
94cd0666cb Bug 772463 - Unprefix CSS3 transforms in browser/. r=dao
--HG--
extra : rebase_source : d22aeb4bcb6e14ff9bef9408e483b9a26d17bdc0
2012-07-16 22:10:27 +07:00
Michal Novotny
6feca586d7 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00
Nathan Froyd
5b30baa4c3 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Asaf Romano
60717a1f5a Bug 762799 - Cannot open bookmark from sidebar with keyboard (with Enter key). r=mak 2012-06-28 21:24:44 +03:00
Asaf Romano
76763d075e Bug 761494 - Cannot open all Bookmarks in tabs by Middle clicking a folder in Sidebar. r=mak 2012-06-28 21:14:45 +03: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
Asaf Romano
78842af74b Bug 730340 - Bug 730340 - Don't use expando properties for storing data on places nodes. Don't use an expando to mark cut nodes. r=mak. 2012-06-03 15:01:15 +03:00
Asaf Romano
8f165f5f5d Bug 730340 - Fix typo found by neil, remove useless comments. 2012-06-02 23:24:19 +03:00
Asaf Romano
d17a36b7a7 Bug 730340 - Don't use expando properties for storing data on places nodes. Part 3 - cache livemark-info object in the controller for each view instead of setting _feedURI and _siteURI exapndos on livemark nodes. Also fix a bug I introduced in the previous check for this bug, in PVB_nodeHistoryDetailsChanged. r=mak 2012-06-02 16:54:25 +03:00
Asaf Romano
63c1bddcb6 Bug 730340 - Don't use expando properties for storing data on places nodes. part 1 - use a WeakMap for mapping places nodes to DOM nodes. part 2 - use a WeakMap for cellProperties in treeView.js; stop caching _plainContainer. r=mak 2012-06-01 23:03:00 +03:00