Richard Newman
a885a7438e
Merge m-c to s-c.
2012-09-11 17:18:16 -07:00
Richard Newman
06692a7aec
Merge m-c to s-c.
2012-09-10 12:44:02 -07:00
Tim Taubert
edd022f579
Bug 762094 - [Page Thumbnails] remove file cache fallback; r=felipe
2012-09-10 13:57:08 +02:00
Richard Newman
70d29be40d
Merge m-c to s-c.
2012-09-07 14:12:07 -07:00
Richard Newman
daca81b3f7
Merge m-c to s-c.
2012-09-07 00:01:34 -07:00
Richard Newman
d888a66207
Merge m-c to s-c.
2012-09-06 00:54:31 -07:00
Makoto Kato
c28c020a8f
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
2012-09-06 11:41:02 +09:00
Richard Newman
d7432b1db0
Merge m-c to s-c.
2012-09-03 19:51:55 -07:00
Richard Newman
00ef37cfb6
Merge m-c to s-c.
2012-08-30 19:26:53 -07:00
Gregory Szorc
3b109be643
Bug 785225 - Part 8: Don't expose SyncScheduler as a singleton; r=rnewman
2012-08-29 14:43:41 -07:00
Gregory Szorc
aa883d0730
Bug 785225 - Part 5: Partial removal of Clients singleton; r=rnewman
...
Clients was being exported and used as a singleton. We still use Clients
as a singleton in some places, but only in test code. The preferred
method to access Clients is now through a service instance.
Weave.Clients is no longer exposed. Callers go through Weave.Service
now.
2012-08-29 14:43:40 -07:00
Dão Gottwald
69ee58ce36
Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv
2012-08-29 08:03:24 +02:00
Ally Naaktgeboren
358a9a5f7a
Bug 589468 - Part 2/2: Change "computer" to "device" in all strings regarding desktop Firefox Sync. r=mconnor
...
--HG--
extra : rebase_source : 1041808123507a278b6bbddf7d387d6ef18ccfcd
2012-08-29 17:09:32 -07:00
Dão Gottwald
f9ace114ee
Bug 782453 - Add site-specific User Agent infrastructure and use it to fix AOL Mail. r=bz,ehsan sr=gerv
2012-08-30 13:49:05 +02:00
Felipe Gomes
1971f62b7e
Bug 766616. Part 1. Implement about:socialerror page. r=mixedpuppy
2012-09-06 16:23:01 -07:00
Luqman Aden
97366a0c4e
Bug 786897 - Command line option -private crashes, if privacy mode is enabled in preferences. r=ehsan
2012-09-05 22:14:37 -04:00
Aryeh Gregor
5a68b81a9b
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
2012-08-16 14:58:11 +03:00
Randell Jesup
eedf93a21d
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Michael Kohler
a5c02f803c
Bug 610017 - _isCmdLineEmpty should not clobber window.arguments[0]. r=ttaubert
2012-07-15 18:46:38 +02:00
Javi Rueda
675a43db45
Bug 513164 - Remove "Manage Addons" from Preferences UI; r=gavin
2012-08-27 12:45:48 -04:00
Paolo Amadini
74da64cc78
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
2012-08-25 11:37:55 +02:00
Paolo Amadini
cb1dfbd063
Bug 747903 - Limit the number of items in the Downloads Panel. r=mano
2012-08-25 11:37:55 +02:00
Paolo Amadini
81ec514f1b
Bug 748381 - Update the behavior of the Downloads indicator. r=mano
2012-08-25 11:37:55 +02:00
Paolo Amadini
ab95583e27
Bug 760607 - Update the Downloads Panel visual design. r=mak
2012-08-25 11:37:55 +02:00
Mike Hommey
56684a811f
Bug 785436 - PageThumbsWorker.js url is wrong when creating the worker in PageThumbs.jsm. r=gavin
2012-08-25 08:55:48 +02:00
Tim Taubert
caa2aa152d
Bug 784558. [Page Thumbnails] Re-add removeFile function to allow single thumbnail removal, used when removing entries from the history. r=felipe
2012-08-24 18:11:06 -07:00
Tim Taubert
bb4a8970e4
merge m-c to fx-team
2012-08-22 22:15:08 -07:00
Tim Taubert
5555b7c0bf
Backed out changeset 5fb14f57f34a (bug 784558)
2012-08-22 16:02:25 -07:00
Tim Taubert
b6fd66335a
Bug 784558 - [Page Thumbnails] single thumbnail removal doesn't work anymore when the corresponding site is removed from history; r=felipe
2012-08-22 10:02:28 -07:00
Tim Taubert
dd3e2406ca
Bug 754671 - Follow-up to rename old thumbnail folder instead of removing it; r=felipe
2012-08-21 17:02:33 -07:00
Tim Taubert
81423201f9
Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe
2012-08-21 11:17:18 -07:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Javi Rueda
8d6606ec11
Bug 503761 - 'Remember passwords' check box is broken when no history - in Private Browsing mode or when Firefox set to never remember any history; r=ehsan
2012-08-21 11:03:46 -04:00
Mike Hommey
e3c782edaa
Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek
2012-09-05 16:42:09 +02:00
Tim Taubert
0ec3169d22
Bug 776928 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored. r=dao
2012-09-05 07:52:31 +02:00
Ryan VanderMeulen
ee47325030
Merge m-c to inbound.
2012-09-10 18:31:33 -04:00
Devdatta Akhawe
527595912d
Bug 787738 - Telemetry for Geolocation Prompt UI (r=felipe)
2012-09-08 09:20:51 -07:00
Ekanan Ketunuti
82f82aaa90
Bug 786164 - Fix typo in SessionStore.jsm. r=jaws
...
--HG--
extra : rebase_source : 4d29a9e149809c3618c0d33673473c2d0d789b1c
2012-08-31 15:23:44 +07:00
Ed Morley
b81f655458
Bug 552424 - Disable browser_464620_a.js and browser_464620_b.js on Windows for failing 500 times without anyone caring; r=philor
2012-08-18 23:59:55 +01:00
Phil Ringnalda
34d464d80a
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2012-08-14 23:32:06 -07:00
Andres Hernandez
fd33841755
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
...
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Ed Morley
a64cc16c8c
Merge mozilla-central to mozilla-inbound
2012-08-14 14:00:36 +01:00
Ed Morley
a95d17dc7b
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-14 13:52:25 +01:00
Neil Deakin
9b35869d1b
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
2012-08-13 15:05:34 -04:00
Andres Hernandez
6383cc0c91
Bug 625273 - Intermittent browser_tabview_bug587503.js | In the end, the group was showing a dropSpace - Got false, expected true r=ttaubert
2012-08-01 10:38:55 -06:00
Tim Taubert
60e426ad9a
merge m-c to fx-team
2012-08-09 20:48:53 +02:00
Tim Taubert
1b421d0493
Bug 779618 - Tiny follow-up to remove unnecessary return; r=follow-up
2012-08-09 14:45:15 +02:00
Tim Taubert
90406c823c
Bug 779618 - [Page Thumbnails] make tabbrowser use the thumbnail service; r=jaws
2012-08-09 08:46:17 +02:00
Tim Taubert
fa0b314529
Bug 780645 - browser_595601-restore_hidden.js needs to wait for all tabs to be restored before continuing with the second test; r=felipe
2012-08-07 16:22:03 +02:00
Ms2ger
923600d481
Bug 773933 - Remove libs rules from browser/components/sessionstore/src/Makefile.in; r=ted
2012-08-04 09:43:58 +02:00