Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
903f6c9c84
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Matt Brubeck
|
bdf39881f3
|
Back out b77834cb31ad (bug 580794) because of mochitest-browser-chrome timeouts
|
2012-07-25 16:19:02 -07:00 |
|
David Keeler
|
3744d23b02
|
bug 580794 - strip userpass from favicon uri (r=filipc,ctalbert)
|
2012-07-24 10:48:42 -07:00 |
|
David Zbarsky
|
14d595cb43
|
Bug 765364 - Remove unneeded function SyncChannelStatus r=mak77
|
2012-07-24 12:12:11 -07:00 |
|
Asaf Romano
|
02dfe00bf5
|
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 |
|
Aryeh Gregor
|
e57dd159b2
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Jonas Sicking
|
68ce0e34aa
|
Bug 774585: Rename getCodebasePrincipal to getSimpleCodebasePrincipal since the behavior has semantically changed. r=mounir
|
2012-07-21 00:29:40 -07:00 |
|
David Zbarsky
|
abc8caa0e8
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/places); r=mak
|
2012-07-12 14:07:50 -04:00 |
|
David Zbarsky
|
1ff1309e8d
|
Bug 757960 - GCC 4.6.3 build warnings in nsNavHistoryResult.cpp for unsigned >= 0 (or < 0) always returning the same value [-Wtype-limits] r=mak
|
2012-07-11 00:14:49 -07:00 |
|
Ehsan Akhgari
|
3bf02bff59
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (places parts); r=mak
|
2012-06-19 23:58:39 -04:00 |
|
Brad Lassey
|
ea9ca02bc6
|
bug 765426 - nsAndroidHistory requires QI to be posted to the main thread as a runnable r=gavin
|
2012-07-09 16:20:12 -04:00 |
|
Nathan Froyd
|
a7eb97f896
|
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 |
|
Ehsan Akhgari
|
8e4039f7a3
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit parts); r=jrmuizel
|
2012-06-19 23:27:32 -04:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Christopher Finke
|
83c787ba35
|
Bug 763139 - Add the "DEPRECATED_" prefix to the LS_createLivemark function name. r=mak77
|
2012-06-27 20:15:33 -04:00 |
|
Gian-Carlo Pascutto
|
e7b0bd1a56
|
Bug 758193 - Remove more Places stuff in Native Fennec. r=mak
|
2012-06-11 08:52:45 +02:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Marco Bonardo
|
ed0eb60759
|
Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
r=gavin
|
2012-06-04 00:42:48 +02:00 |
|
Phil Ringnalda
|
d576312c34
|
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
|
2012-06-03 12:04:40 -07:00 |
|
Asaf Romano
|
6b3f880781
|
Bug 730340 - Don't use expando properties for storing data on places nodes. Remove expandos support from result nodes. r=mak.
|
2012-06-03 15:50:08 +03:00 |
|
Gavin Sharp
|
3b18222fdd
|
Also back out the test changes from bug 720081 that depended on the autocomplete controller changes, a=backout
|
2012-06-02 16:37:12 -07:00 |
|
Asaf Romano
|
849ca56b11
|
Bug 730340 - Don't use expando properties for storing data on places nodes. Make sure this test doesn't fail after expandos support is removed from result nodes.
|
2012-06-02 16:58:52 +03:00 |
|
Marco Bonardo
|
4cc111a3e7
|
Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix
r=dietrich
|
2012-06-01 14:38:39 +02:00 |
|
Ed Morley
|
da18754c01
|
Merge mozilla-central to mozilla-inbound
|
2012-05-30 18:24:56 +01:00 |
|
Marco Bonardo
|
4b14d39593
|
Bug 758201 - Fix usage of PlacesUtils for LMANNO constants.
r=Mano
|
2012-05-30 16:11:35 +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 |
|
Marco Bonardo
|
bef0f6ea46
|
Bug 753205 - Add back separators support to bookmarks HTML import.
r=dietrich
--HG--
rename : browser/components/places/tests/unit/bookmarks.corrupt.html => toolkit/components/places/tests/unit/bookmarks.corrupt.html
rename : browser/components/places/tests/unit/bookmarks.preplaces.html => toolkit/components/places/tests/unit/bookmarks.preplaces.html
rename : browser/components/places/tests/unit/test_384370.js => toolkit/components/places/tests/unit/test_384370.js
rename : browser/components/places/tests/unit/test_398914.js => toolkit/components/places/tests/unit/test_398914.js
rename : browser/components/places/tests/unit/test_bookmarks_html.js => toolkit/components/places/tests/unit/test_bookmarks_html.js
rename : browser/components/places/tests/unit/test_457441-import-export-corrupt-bookmarks-html.js => toolkit/components/places/tests/unit/test_bookmarks_html_corrupt.js
rename : browser/components/places/tests/unit/test_bookmarksRestoreNotification.js => toolkit/components/places/tests/unit/test_bookmarks_restore_notification.js
|
2012-05-24 17:33:54 +02:00 |
|
Daniel Holbert
|
e3318202f7
|
Bug 757644: Tweak constructor init-list order in mock_Link.h to fix build warning. r=ehsan
|
2012-05-22 16:25:23 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Paolo Amadini
|
6061ed836c
|
Bug 739213 - Kill AddPageWithDetails. r=mak
|
2012-05-14 20:42:29 +02:00 |
|
Benjamin Smedberg
|
6a69ee691d
|
Bug 737164 part C - switch various in-tree callers which are using fallible strings to keep using them
--HG--
extra : rebase_source : f5b42ba1f5745b256ba4e4ca67c883696904f9c1
|
2012-05-08 13:55:24 -04:00 |
|
Marco Castelluccio
|
ba6e05d3c1
|
Bug 615213 - Remove nsIGlobalHistory.
r=bsmedberg
|
2012-05-09 21:30:41 +02:00 |
|
Marco Bonardo
|
2ef506ac72
|
Bug 740076 - Disable autoFill when autocomplete is disabled.
r=dietrich
|
2012-05-05 14:26:42 +02:00 |
|
Marco Castelluccio
|
6e367ec40e
|
Bug 739221 - Remove nsIBrowserHistory::count.
r=mak sr=gavin
|
2012-05-05 14:26:25 +02:00 |
|
Marco Castelluccio
|
4e28783b31
|
Bug 751608 - Remove the never implemented nsIBrowserHistory::hidePage method.
r=mak sr=gavin
|
2012-05-05 14:25:31 +02:00 |
|
Asaf Romano
|
6e16bdb5fa
|
Bug 750269 - Fix places transactions leak with cpg (r=mak,a=not-in-libxul)
|
2012-05-02 15:06:07 -07:00 |
|
Nicholas Nethercote
|
08dc2dae6b
|
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
|
2012-04-09 22:52:33 -07:00 |
|
Patrick Wong
|
30fd6e9e6a
|
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
|
2012-04-24 14:43:00 -04:00 |
|
Marco Bonardo
|
34b4cd9b61
|
Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query.
r=gavin a=desktop-only
|
2012-04-19 22:17:04 +02:00 |
|
Paolo Amadini
|
b56559947f
|
Bug 742714 - Remove LMANNO_EXPIRATION, LMANNO_LOADFAILED, and LMANNO_LOADING. r=mak
--HG--
extra : rebase_source : df909400325dc84602964b9d2073cdacb06eeffb
|
2012-04-12 12:28:12 +02:00 |
|
Paolo Amadini
|
dbac832882
|
Bug 715355 - Deprecate and remove old style GUIDs. r=mak
--HG--
extra : rebase_source : 0d0a2ac825ed674075e8e85607a496668953c6c1
|
2012-04-12 12:27:57 +02:00 |
|
Paolo Amadini
|
91dada14b6
|
Bug 741175 - Document skipping Places tests because the Private Browsing service is unavailable. r=mak
--HG--
extra : rebase_source : 5ccac27d1787a483a41690a0bd042a060ac4ab18
|
2012-04-12 12:27:45 +02:00 |
|
Paolo Amadini
|
d240aaa722
|
Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak
--HG--
extra : rebase_source : ddb3109fa13f41bdfb2f265f7850453905145a07
|
2012-04-12 12:27:36 +02:00 |
|
Paolo Amadini
|
f59a485dfb
|
Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin
--HG--
extra : rebase_source : 70f0139a7b87b4a3f4de785a7c29f3f36e2055a9
|
2012-04-12 12:27:14 +02:00 |
|
Marco Bonardo
|
1f851876e8
|
Bug 743490 - Frequent test_redirects.js | test failed.
r=dietrich
|
2012-04-12 10:37:54 +02:00 |
|
Marco Bonardo
|
13f1c8ba2e
|
Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin
--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
|
2012-04-07 01:17:53 +02:00 |
|