Ed Morley
de1c31601c
Merge mozilla-central to fx-team to pick up the #1 top orange fix
2012-06-28 15:10:25 +01:00
Saurabh Anand
68a7045f60
Bug 722994 - globalOverlay.js uses global Private Browsing state to control display of a prompt; r=ehsan
2012-06-27 15:14:45 +05:30
Matthew Noorenberghe
0df17c3e9c
Bug 759656 - Remove unimplemented notification argument to PopupNotification callbacks r=margaret
2012-06-03 22:25:55 -07:00
Andres Hernandez [:andreshm]
2899537c1f
Bug 766597 - no option to move a tab to a group if the folder is empty r=ttaubert
2012-06-26 10:27:50 -06:00
Dão Gottwald
4e5f7e1ae2
Bug 767828 - disable test
2012-06-24 22:32:55 +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
Ryan VanderMeulen
63bd681fd0
Backout 70e3a2c8c6b4 (Bug 767133) due to mochitest-other orange.
2012-06-22 18:12:54 -04:00
Dão Gottwald
80744187c4
Bug 767133 - Add slide-in animation for arrow panels. r=enndeakin ui-r=shorlander
2012-06-22 22:13:21 +02:00
Asaf Romano
82904b69c2
Bug 738263 - Default bookmarks are still not imported during initial migration. r=gavin.
2012-06-22 23:11:42 +03:00
Robert O'Callahan
fb20a99cfd
Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
2012-06-01 18:26:30 +12:00
David Rajchenbach-Teller
6c1c9d9be6
Bug 722332 - Adapt main clients to asynchronous nsIBrowserSearchService API. r=gavin
2012-04-19 16:08:09 +02: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
Dão Gottwald
aa4ac812a1
Bug 767975 - Set the consumeoutsideclicks attribute on autocomplete result popups instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-26 23:48:15 +02:00
Tim Taubert
84cd718965
merge m-c to fx-team
2012-06-19 14:56:47 +02:00
Tim Taubert
25a17d5433
Bug 752407 - Thumbnail cache should be created in the Local profile folder, not the Roaming ones; r=mak
2012-06-18 16:05:23 +02:00
Jacek Caban
4801ebc899
Bug 761094 - Enable IE migrator on mingw builds r=mak
2012-06-18 10:03:01 +02: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
Brian R. Bondy
ca0c477771
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
2012-06-15 10:37:55 -04:00
Brian R. Bondy
d5edddd2ef
Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm
2012-06-14 22:19:39 -04:00
Alice0775 White
edd718f4a6
Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin
2012-06-13 15:44:28 -07:00
Asaf Romano
5f8aa06f84
Bug 762639 - "Import Settings and Data" dialog show up on first run. r=mak.
2012-06-14 13:42:15 +03:00
Ed Morley
d3a378b75a
Backout 61fd66629c4f, 7c8121f8d3af & 2a2e9cf8fd41 (bug 539356), e31a5e6545d3 (bug 761884), 85fa80bd9792, a284ccb25b83, 2865904db9fc, 34e07b09c426, e9b3d41e0360, cef00ebcd6c8, f943b729ac14 & 783f298401b6 (bug 539356), 330a086f1570 (bug 741682), d80219c8842c (bug 739671), e8c96b4fd4da, 313af486e68d, 0adc41ff56dc, 0cd288a38085, f1d43208825c, 4859876972f3, eec8ef3ebe48, f7f29fcd1845, 6079b229d306, f23c3a7e7ce0, 9824458a41e2 & 6748b5496059 (bug 539356) for mochitest-4 orange & talos regressions on multiple platforms
2012-06-11 10:08:32 +01:00
Matt Woodrow
9163edc754
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
2012-06-11 16:45:38 +12:00
Michael Wu
ef81f2e8ab
Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey
2012-05-27 23:25:22 -04:00
Olli Pettay
2146ee62af
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
2012-06-10 21:14:30 +03:00
Brian R. Bondy
6af9f6b835
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
2012-06-08 09:19:01 -04: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
Jared Wein
d3d43d2c4e
Backed out changeset 4c6587af0ec6 (bug 743613) since I should have gotten ux-review.
2012-06-07 16:20:03 -07:00
Chris Mahoney
5ec3464086
Bug 743613 - Added checkbox in Tabs preferences tab to enable/disable display of New Tab Page. r=jaws
2012-06-07 17:12:30 -04:00
Tim Taubert
41a9cfb023
merge m-c to fx-team
2012-06-06 17:40:11 +02:00
Chris Lee
17f1753463
Bug 523140 - Improve language of 'Start New Session' string in about:sessionrestore; r=zpao
2012-06-04 18:57:06 -07:00
Brendan Dahl
3e97357d20
Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77
2012-06-02 09:56:24 -07:00
Rob Campbell
ec38430452
merge m-c to fx-team
2012-06-03 17:41:43 -03:00
Asaf Romano
7e7a34a874
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
Tim Taubert
869d7701ed
Bug 742047 - Part 2 - Refactor SessionStorage.jsm and its API; r=zpao
2012-06-03 11:45:51 +02:00
Tim Taubert
ae99c7781a
Bug 742047 - Part 1 - Create SessionStorage.jsm and migrate existing code; r=zpao
2012-06-03 11:45:51 +02:00
Ehsan Akhgari
d6681f952f
Merge the last green changeset of mozilla-inbound to mozilla-central
2012-06-02 14:39:47 -04:00
Pranav Ravichandran
fa6f6f934e
Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy
2012-05-31 10:28:01 -04:00
Asaf Romano
f790aaa4ac
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
Phil Ringnalda
f2ec60ed52
Bug 758990 - Don't create feed URIs that inherit security context, r=gavin
2012-05-29 23:27:40 -07:00
Asaf Romano
438d9af5c1
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
Boris Zbarsky
9989bf17ec
Bug 731447. Make buttons display:inline-block by default so that underlines don't reach into them. r=dbaron
2012-06-01 11:45:37 -04:00
Robert O'Callahan
b7875f3b5b
Backout 65cd6893941e for real (bug 731868)
2012-06-01 22:39:50 +12:00
Asaf Romano
0065eeb20b
Bug 730340 - Fix typo found by neil, remove useless comments.
2012-06-02 23:24:19 +03:00
Robert O'Callahan
057b9a864a
Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
2012-06-01 18:26:30 +12:00
Raymond Lee
6faab0e18d
Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77
2012-05-31 14:45:28 +02:00
Cameron McCormack
a18af00dde
Fix a couple of typos in comments. No bug, no review.
2012-05-31 10:32:17 +10:00
Ed Morley
05a0dd9007
Merge mozilla-central to mozilla-inbound
2012-05-30 18:24:56 +01:00