Commit Graph

3297 Commits

Author SHA1 Message Date
Asaf Romano
013aefb08f Bug 738263 - Default bookmarks are still not imported during initial migration. r=gavin. 2012-06-22 23:11:42 +03:00
Robert O'Callahan
e29c5c0e0a Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich 2012-06-01 18:26:30 +12:00
Tim Taubert
5a91c1d53c merge m-c to fx-team 2012-06-19 14:56:47 +02:00
Tim Taubert
9f28bb1ed7 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
f812a87e93 Bug 761094 - Enable IE migrator on mingw builds r=mak
--HG--
extra : rebase_source : 2664954305d3b6cdb327bd884c8ad7a6c9e8aaaf
2012-06-18 10:03:01 +02: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
Brian R. Bondy
3717929dc5 Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm 2012-06-15 10:37:55 -04:00
Brian R. Bondy
675334cbbb 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
3a82d14a97 Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin 2012-06-13 15:44:28 -07:00
Asaf Romano
1579660d5d Bug 762639 - "Import Settings and Data" dialog show up on first run. r=mak. 2012-06-14 13:42:15 +03:00
Ed Morley
a73fc227f9 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
d8b05307aa Bug 539356 - Part 10 - Test changes required for DLBI. r=roc 2012-06-11 16:45:38 +12:00
Michael Wu
ea17443d61 Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey 2012-05-27 23:25:22 -04:00
Olli Pettay
ac6b89bfdb Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
Brian R. Bondy
c81adf71f0 Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm 2012-06-08 09:19:01 -04: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
Jared Wein
a370813d03 Backed out changeset 4c6587af0ec6 (bug 743613) since I should have gotten ux-review. 2012-06-07 16:20:03 -07:00
Chris Mahoney
c529be8c6e 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
c595e194e6 merge m-c to fx-team 2012-06-06 17:40:11 +02:00
Chris Lee
0d7d4692dc Bug 523140 - Improve language of 'Start New Session' string in about:sessionrestore; r=zpao 2012-06-04 18:57:06 -07:00
Brendan Dahl
a04fcdad74 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
fbb532a56f merge m-c to fx-team 2012-06-03 17:41:43 -03:00
Asaf Romano
a2e9e1b54e 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
088d9c2a9e Bug 742047 - Part 2 - Refactor SessionStorage.jsm and its API; r=zpao 2012-06-03 11:45:51 +02:00
Tim Taubert
4265aa8a1a Bug 742047 - Part 1 - Create SessionStorage.jsm and migrate existing code; r=zpao 2012-06-03 11:45:51 +02:00
Ehsan Akhgari
7b7a3556e8 Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Pranav Ravichandran
a74d2889e8 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
8f87a1a12b 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
f30877d608 Bug 758990 - Don't create feed URIs that inherit security context, r=gavin 2012-05-29 23:27:40 -07:00
Asaf Romano
068caef0d1 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
f13a1c00de 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
3da1d1f993 Backout 65cd6893941e for real (bug 731868) 2012-06-01 22:39:50 +12:00
Asaf Romano
01ccb8bd35 Bug 730340 - Fix typo found by neil, remove useless comments. 2012-06-02 23:24:19 +03:00
Robert O'Callahan
b6d824fdff Bug 731868. Part 3: Remove JS workaround for memory leak. r=dietrich
--HG--
extra : rebase_source : 805d3c1e40fe0a764b2feae83472c0c2e5dabe99
2012-06-01 18:26:30 +12:00
Raymond Lee
ea3b7aba0b 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
dc816782b7 Fix a couple of typos in comments. No bug, no review. 2012-05-31 10:32:17 +10:00
Ed Morley
da18754c01 Merge mozilla-central to mozilla-inbound 2012-05-30 18:24:56 +01:00
Marco Bonardo
1fcfe4455c Bug 759730 - Use COMPtr for nsIWritablePropertyBag2 in nsIEHistoryEnumerator
rs=mano
2012-05-30 16:11:37 +02:00
Marco Bonardo
2b89a4f349 Bug 753672 - Remove old code that is breaking live-update of the bookmarks chevron view.
r=mano
2012-05-30 16:11:34 +02:00
Gervase Markham
d4eb7d5782 Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Asaf Romano
ff2265239e Bug 748569 - Fix few migration regressions (reset profile feature is broken - bug 748047, bookmarks.html not imported during migration - bug 738263, default-browser detection during migration is completely broken and few more minor issues). r=mak 2012-05-28 12:43:59 +03:00
Brian R. Bondy
4daa036624 Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong 2012-05-27 22:40:48 -04:00
Brian R. Bondy
4671436044 Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong 2012-05-27 22:40:48 -04:00
Ryan VanderMeulen
7baae5eafb Merge m-c to inbound 2012-05-26 18:20:43 -04:00
Rob Campbell
69eede34c2 merge fx-team to m-c 2012-05-26 14:14:27 -03:00
Tim Taubert
b74f64cd36 Bug 664324 - [session restore cleanup] Remove trailing whitespace; r=zpao 2012-05-25 23:39:22 +02:00
Tim Taubert
e596397423 Bug 758568 - Use SessionStoreInternal instead of passing it to SHistory and TabsProgressListeners; r=zpao 2012-05-25 23:11:31 +02:00
Andres Hernandez [:andreshm]
018e9e1308 Bug 745040 - Move the Session Store Service to a module r=zpao 2012-05-14 16:01:21 -06:00
Paul O’Shannessy
d35d428a9a Bug 739531 - Can't duplicate a tab with designMode and no body; r=ttaubert 2012-05-25 10:43:19 +02:00
Andrew Hurle
05ae23c117 Bug 720154 - Move restore_on_demand checkbox to Tabs page, never disable it. r=zpao, ui-r=jboriss 2012-05-26 09:33:52 -04:00